projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf9ebd4
)
(ctl-x-4-map): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 11 Dec 2001 07:34:39 +0000
(07:34 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 11 Dec 2001 07:34:39 +0000
(07:34 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 3125a577fd2d883a0c8923633b3437d3d79cbde0..4232fd77e09410dc38cf1c8f3d5cd553bd2bd0bb 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-475,7
+475,7
@@
The normal global definition of the character ESC indirects to this keymap.")
The normal global definition of the character C-x indirects to this keymap.")
(defvar ctl-x-4-map (make-sparse-keymap)
- "Keymap for subcommands of C-x 4")
+ "Keymap for subcommands of C-x 4
.
")
(defalias 'ctl-x-4-prefix ctl-x-4-map)
(define-key ctl-x-map "4" 'ctl-x-4-prefix)